home *** CD-ROM | disk | FTP | other *** search
- object SyntAnal14: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Serv info'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = cl3DDkShadow
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clInfoBk
- FormatType = ftColor
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '%.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Reserved'
- StyleName = 'Reserved word'
- TokenType = 2
- Expression = '\\[a-z]+'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}]'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'serv start'
- StyleName = 'Serv info'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- BlockEnd = 'serv end'
- DisplayInTree = False
- DynHighlight = dhRange
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'serv end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'tex sty aux toc idx'
- LexerName = 'Latex'
- end
-